projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64799df
)
(executing_macro_index): Change type to EMACS_INT.
author
Kim F. Storm
<storm@cua.dk>
Sun, 8 Sep 2002 20:29:05 +0000
(20:29 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 8 Sep 2002 20:29:05 +0000
(20:29 +0000)
src/macros.h
patch
|
blob
|
history
diff --git
a/src/macros.h
b/src/macros.h
index 8f3f003e39871e3bab1ce00114fcf18c5590ef4b..6c927b80b5cfef9bc5da4311b6394228a5f98f5c 100644
(file)
--- a/
src/macros.h
+++ b/
src/macros.h
@@
-25,7
+25,7
@@
extern Lisp_Object Vexecuting_macro;
/* Index of next character to fetch from that macro. */
-extern
int
executing_macro_index;
+extern
EMACS_INT
executing_macro_index;
/* Number of successful iterations so far
for innermost keyboard macro.